Release 10.1A: OpenEdge Development:
Internationalizing Applications
Coding with translation in mind
OpenEdge includes, as an option, the Translation Management System, a product that supports the translation of OpenEdge applications. The Translation Management System extracts translatable strings from your application code and presents them to the translator. To use the Translation Management System on your code, you must mark untranslatable strings with
:U, as the following example shows:
The
:Ufollowing the string“GUI”marks the string as untranslatable, and the Translation Management System does not include it in a translation database.The code that the OpenEdge AppBuilder generates also follows this convention. That is, AppBuilder puts
:Uafter each string not to be translated.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |